ActiveReports 13
CopyTo(Page[],Int32) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > CopyTo Method : CopyTo(Page[],Int32) Method
The pages array that is the destination of the elements copied from the current pages collection.

A 32-bit integer that represents the index in pages collection at which copying begins.

Copies an array of Page objects to PagesCollection from the specified index.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal values() As Page, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Page[] values,
   int index
)

Parameters

values
The pages array that is the destination of the elements copied from the current pages collection.
index

A 32-bit integer that represents the index in pages collection at which copying begins.

See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List